home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’95 / Menu Controls / DrawShapes.MAMake < prev    next >
Encoding:
Text File  |  1995-06-24  |  4.9 KB  |  178 lines  |  [TEXT/MPS ]

  1. #********************************************************************************
  2. #                                                                                *
  3. #    File:            DrawShapes.MAmake                                             *
  4. #                                                                                *
  5. #    Description:    Makefile for DrawShapes.                                    *
  6. #                                                                                *
  7. #                                                                                *
  8. #    Copyright © 1985-95 by Apple Computer, Inc. All rights reserved.       *
  9. #********************************************************************************
  10.  
  11. #---------------------------------------------------------------------------------------------------
  12. #    List here the Application's Name
  13. AppName = DrawShapes
  14.  
  15.  
  16. #---------------------------------------------------------------------------------------------------
  17. #    List here the MacApp building blocks that your application uses
  18. #    if you want to be dependent on less than the full set.
  19. BuildingBlockIntf =  ∂
  20.     "{MACPlusIncludes}UPrinting.h"
  21.  
  22.  
  23. #---------------------------------------------------------------------------------------------------
  24. #    List any additional interfaces that your application is dependent on
  25. OtherInterfaces =  ∂
  26.     "{SrcApp}BetterFeedback.h" ∂
  27.     "{SrcApp}UShapes.h" ∂
  28.     "{SrcApp}UShapeList.h" ∂
  29.     "{SrcApp}ShapeCommands.h" ∂
  30.     "{SrcApp}PatternMenu.h" ∂
  31.     "{SrcApp}ToolsMenu.h"
  32.  
  33.  
  34. #---------------------------------------------------------------------------------------------------
  35. #    Name any other object files to link in
  36. OtherLinkFiles = ∂
  37.     "{ObjApp}BetterFeedback.cp.o" ∂
  38.     "{ObjApp}HackMenu.cp.o" ∂
  39.     "{ObjApp}PatternMenu.cp.o" ∂
  40.     "{ObjApp}ShapeCommands.cp.o" ∂
  41.     "{ObjApp}ToolsMenu.cp.o" ∂
  42.     "{ObjApp}UPictShape.cp.o" ∂
  43.     "{ObjApp}UShapeList.cp.o" ∂
  44.     "{ObjApp}UShapes.cp.o" ∂
  45.     "{ObjApp}UShapesDocument.cp.o" ∂
  46.     "{ObjApp}UShapeView.cp.o" ∂
  47.     "{ObjApp}UTextShape.cp.o"
  48.  
  49.  
  50. #---------------------------------------------------------------------------------------------------
  51. #    Express any additional dependencies for separate compilations.
  52. #    Include dependencies for the MacApp and Building block interfaces
  53. #    if you are dependent on them
  54.  
  55. "{ObjApp}"DrawShapesPict.rsrc    ƒ  ∂
  56.     "{SrcApp}"DrawShapesPict.r
  57.  
  58. "{ObjApp}"BetterFeedback.cp.o    ƒ  ∂
  59.     "{SrcApp}"BetterFeedback.h ∂
  60.     {MacAppCPlusIntf} ∂
  61.     {BuildingBlocksCPlusIntf}
  62.  
  63. "{ObjApp}"HackMenu.cp.o    ƒ  ∂
  64.     "{SrcApp}"HackMenu.h ∂
  65.     {MacAppCPlusIntf} ∂
  66.     {BuildingBlocksCPlusIntf}
  67.  
  68. "{ObjApp}"PatternMenu.cp.o    ƒ  ∂
  69.     "{SrcApp}"PatternMenu.h ∂
  70.     "{SrcApp}"ShapeCommands.h ∂
  71.     "{SrcApp}"UDrawShapes.h ∂
  72.     "{SrcApp}"BetterFeedback.h ∂
  73.     "{SrcApp}"UShapeList.h ∂
  74.     "{SrcApp}"UShapes.h ∂
  75.     {MacAppCPlusIntf} ∂
  76.     {BuildingBlocksCPlusIntf}
  77.  
  78. "{ObjApp}"ShapeCommands.cp.o    ƒ  ∂
  79.     "{SrcApp}"ShapeCommands.h ∂
  80.     "{SrcApp}"PatternMenu.h ∂
  81.     "{SrcApp}"UDrawShapes.h ∂
  82.     "{SrcApp}"UShapesDocument.h ∂
  83.     "{SrcApp}"UShapeView.h ∂
  84.     "{SrcApp}"BetterFeedback.h ∂
  85.     "{SrcApp}"UShapeList.h ∂
  86.     "{SrcApp}"UShapes.h ∂
  87.     {MacAppCPlusIntf} ∂
  88.     {BuildingBlocksCPlusIntf}
  89.  
  90. "{ObjApp}"ToolsMenu.cp.o    ƒ  ∂
  91.     "{SrcApp}"ToolsMenu.h ∂
  92.     "{SrcApp}"UShapes.h ∂
  93.     {MacAppCPlusIntf} ∂
  94.     {BuildingBlocksCPlusIntf}
  95.  
  96. "{ObjApp}"UPictShape.cp.o    ƒ  ∂
  97.     "{SrcApp}"UPictShape.h ∂
  98.     "{SrcApp}"UShapes.h ∂
  99.     "{SrcApp}"PatternMenu.h ∂
  100.     "{SrcApp}"UDrawShapes.h ∂
  101.     "{SrcApp}"UShapeList.h ∂
  102.     {MacAppCPlusIntf} ∂
  103.     {BuildingBlocksCPlusIntf}
  104.  
  105. "{ObjApp}"UShapeList.cp.o    ƒ  ∂
  106.     "{SrcApp}"UShapeList.h ∂
  107.     "{SrcApp}"UShapes.h ∂
  108.     {MacAppCPlusIntf} ∂
  109.     {BuildingBlocksCPlusIntf}
  110.  
  111. "{ObjApp}"UShapes.cp.o    ƒ  ∂
  112.     "{SrcApp}"UShapes.h ∂
  113.     "{SrcApp}"PatternMenu.h ∂
  114.     "{SrcApp}"UDrawShapes.h ∂
  115.     "{SrcApp}"UShapeList.h ∂
  116.     {MacAppCPlusIntf} ∂
  117.     {BuildingBlocksCPlusIntf}
  118.  
  119. "{ObjApp}"UShapesDocument.cp.o    ƒ  ∂
  120.     "{SrcApp}"UShapesDocument.h ∂
  121.     "{SrcApp}"ShapeCommands.h ∂
  122.     "{SrcApp}"UDrawShapes.h ∂
  123.     "{SrcApp}"UShapes.h ∂
  124.     "{SrcApp}"UShapeView.h ∂
  125.     "{SrcApp}"UShapeList.h ∂
  126.     "{SrcApp}"BetterFeedback.h ∂
  127.     {MacAppCPlusIntf} ∂
  128.     {BuildingBlocksCPlusIntf}
  129.  
  130. "{ObjApp}"UShapeView.cp.o    ƒ  ∂
  131.     "{SrcApp}"UShapeView.h ∂
  132.     "{SrcApp}"ShapeCommands.h ∂
  133.     "{SrcApp}"ToolsMenu.h ∂
  134.     "{SrcApp}"UDrawShapes.h ∂
  135.     "{SrcApp}"UShapes.h ∂
  136.     "{SrcApp}"UShapesDocument.h ∂
  137.     "{SrcApp}"BetterFeedback.h ∂
  138.     "{SrcApp}"UShapeList.h ∂
  139.     {MacAppCPlusIntf} ∂
  140.     {BuildingBlocksCPlusIntf}
  141.  
  142. "{ObjApp}"UTextShape.cp.o    ƒ  ∂
  143.     "{SrcApp}"UTextShape.h ∂
  144.     "{SrcApp}"UShapes.h ∂
  145.     "{SrcApp}"PatternMenu.h ∂
  146.     "{SrcApp}"UDrawShapes.h ∂
  147.     "{SrcApp}"UShapeList.h ∂
  148.     {MacAppCPlusIntf} ∂
  149.     {BuildingBlocksCPlusIntf}
  150.  
  151. "{ObjApp}"UDrawShapes.cp.o    ƒ  ∂
  152.     "{SrcApp}"UDrawShapes.h ∂
  153.     "{SrcApp}"BetterFeedback.h ∂
  154.     "{SrcApp}"PatternMenu.h ∂
  155.     "{SrcApp}"ToolsMenu.h ∂
  156.     "{SrcApp}"UShapes.h ∂
  157.     "{SrcApp}"UShapesDocument.h ∂
  158.     "{SrcApp}"UShapeView.h ∂
  159.     "{SrcApp}"UShapeList.h ∂
  160.     {MacAppCPlusIntf} ∂
  161.     {BuildingBlocksCPlusIntf}
  162.  
  163. "{ObjApp}"MDrawShapes.cp.o    ƒ  ∂
  164.     "{SrcApp}"UDrawShapes.h ∂
  165.     "{SrcApp}"UShapeList.h ∂
  166.     "{SrcApp}"UShapes.h ∂
  167.     {MacAppCPlusIntf} ∂
  168.     {BuildingBlocksCPlusIntf}
  169.  
  170. #---------------------------------------------------------------------------------------------------
  171. #    List resource files that the Rez file includes if you want to include
  172. #    more or less than the standard set
  173. OtherRsrcFiles = ∂
  174.     "{MAObj}Printing.rsrc" ∂
  175.     "{MAObj}FloatWindow.rsrc" ∂
  176.     "{ObjApp}DrawShapesPict.rsrc"
  177.  
  178.